home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Arch / Hpux / Docs / readme
Encoding:
Text File  |  1994-01-12  |  4.0 KB  |  109 lines

  1. Readme for the hp3 port.
  2. -----------------------
  3. [ NOTE: this is still undergoing development, and will probably be
  4.   enhanced, as some parts don't work very well.  ]
  5.  
  6.      The is a port of tracker, version 3.19, to HP-UX 7x5 machines with
  7. audio devices that can handle 16-bit CD-quality stereo audio.  Tracker
  8. plays Amiga MOD files, which are generally of much higher quality than
  9. most computer music that most people have heard (however, MOD files
  10. still aren't excellent in terms of sound quality -- they are merely
  11. "very good").
  12.  
  13.      Note that you must have an audio device that supports stereo and
  14. 16-bit data.  Other audio output devices are not supported, although
  15. support may be added in the future.
  16.  
  17.      You also need HP-UX 9.01 to use this program, and you must have set
  18. up audio services on your 7x5 workstation.  See the audio services
  19. manual to see how to set this up.
  20.  
  21.  
  22. ***** Quickstart instructions:
  23.  
  24. 1. Put these files in some convenient directory.  The tracker binary
  25.    contains no hard-coded paths, and can be placed anywhere.
  26.  
  27. 2. The files whose names end with ".mod" are Amiga "MOD" files, which
  28.    contain instructions on how to play a song.  Each .mod file is one
  29.    song.
  30.  
  31. 3. To play a song to the headphone jack, do (for example):
  32.  
  33.     tracker -volume -20 -mix 40 boesen.mod
  34.  
  35.    (You may have to add paths to the tracker binary or to boensen.mod)
  36.  
  37.    If you want the song to be output to the internal speaker, do:
  38.  
  39.     tracker -speaker -volume 0 -mix 40 boesen.mod
  40.  
  41.    IMPORTANT: DO NOT USE A VOLUME LEVEL OF ZERO (0) IF YOU ARE LISTENING
  42.    USING HEADPHONES.  A VOLUME LEVEL OF ZERO IS LOUD, AND COULD
  43.    CONCEIVABLY CAUSE DAMAGE TO YOUR HEARING.  Frankly, you probably
  44.    shouldn't use anything above -5 if you are listening using
  45.    headphones.
  46.  
  47. 4. There are three .mod files in this distribution.  They are among the
  48.    best that I've heard, and represent a wide range of musical tastes:
  49.  
  50.     boesen.mod    -- Piano (harpsichord???).  Sounds like a
  51.                barroom piano player.
  52.  
  53.     crystalh.mod    -- Perhaps the most famous Amiga mod file.  I
  54.                can't describe this.  A poor description
  55.                would be a combination between rock and new
  56.                wave music.
  57.  
  58.     xmas.mod    -- This sounds like a drunken rock DJ's idea of
  59.                Christmas Muzak h*ll.  Still, it's quite
  60.                impressive.
  61.  
  62.  
  63. ***** Other notes:
  64.  
  65. 1. The volume is specified in dB, and the default volume setting is
  66.    -20dB.  Note that setting the volume to -5dB and higher could
  67.    conceivably cause damage to your hearing if you listen to mod files
  68.    using a headphone.
  69.  
  70. 2. After running tracker, X-Windows (vue) can no longer beep.  I have no
  71.    idea why, although I'm looking into this.
  72.  
  73.  
  74. ***** Here's the usage information:
  75.  
  76. -------------------------------------------------------------------------------
  77. Usage: tracker [options] filename [...]
  78. -help               Display usage information
  79. -quiet              Print no output other than errors
  80. -picky              Do not tolerate any faults (default is to ignore most)
  81. -tolerant           Ignore all faults
  82. -mono               Select single audio channel output
  83. -stereo             Select dual audio channel output
  84. -verbose            Show text representation of song
  85. -repeats <count>    Number of repeats (0 is forever) (default 1)
  86. -speed <speed>      Song speed.  Some songs want 60 (default 50)
  87. -mix <percent>      Percent of channel mixing. (0 = spatial, 100 = mono)
  88. -new -old -both     Select default reading type (default is -both)
  89. -frequency <freq>   Set playback frequency in Hz
  90. -oversample <times> Set oversampling factor
  91. -transpose <n>      Transpose all notes up
  92. -scroll             Show what's going on
  93. -sync               Try to synch audio output with display
  94. -speaker            Output audio to internal speaker (HP-UX only).
  95. -volume <n>         Set volume in dB (HP-UX only).
  96.  
  97. RunTime:
  98. e,x     exit program
  99. n       next song
  100. p       restart/previous song 
  101. >       fast forward
  102. <       rewind
  103. S       NTSC tempo       s      PAL tempo
  104. ?       Switch between normal and scroll mode
  105. -------------------------------------------------------------------------------
  106.  
  107.      -- Darryl Okahata
  108.     darrylo@sr.hp.com
  109.